home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tel2305s.zip / README23.TEL < prev    next >
Text File  |  1990-08-27  |  5KB  |  143 lines

  1. NCSA Telnet 2.3b1
  2.  
  3. Please mail all questions and comments to:
  4. telbug@ncsa.uiuc.edu
  5.  
  6. The following is a list of added features for NCSA Telnet 2.3b1 for the PC.  
  7.  
  8.  
  9. 1) Telnet to any specified port:
  10.  
  11.     This can be done in one of three ways: from inside of config.tel, 
  12. from the command line, or from the Alt-A menu inside of telnet.
  13.  
  14. NCSA Telnet uses port 23 (telnet server) as the default port.  A port option 
  15. has been added to the keyword list allowing the default port to be changed 
  16. for a specified host.  For example:
  17.  
  18. hostname=zaphod; port=25;
  19.  
  20.  
  21. Placing the above line in config.tel will cause NCSA Telnet to connect to 
  22. port 25 (SMTP server) instead of port 23 (telnet server).  
  23. In order to achieve the same effect from the command line, specify the 
  24. hostname followed by  a '#' followed by the port number.
  25.  
  26. c:\telnet>  telnet zaphod#25
  27.  
  28.  
  29. The Alt-A menu uses the same method as the command line.
  30.  
  31.  
  32. 2) Support for 43-line EGA mode and 50-line VGA mode.
  33.  
  34.     The "video=" option in the config.tel file can be used to select
  35. a 43- or 50-line screen.  In order to get 43 lines of text, place the
  36. following line in the config.tel, "video=ega43".  Likewise, 50 lines of text
  37. can be achieved by using, "video=vga50". 
  38.  
  39.  
  40. 3) FTP now differentiates between filenames and directories.
  41.  
  42.  
  43. 4) Copy and Paste between sessions.
  44.     NCSA Telnet now provides the capability to copy data from one
  45. session to another session.  Copying can be done either by using the keyboard 
  46. or the mouse.  To copy text using the keyboard:
  47.  
  48.     Step 1: Enter scrollback mode by pressing the Scroll Lock key.
  49.  
  50.     Step 2: Using the keyboard cursor keys, position the cursor on 
  51. the character that marks the beginning of the text to be copied and press the
  52. space bar.  The character will be highlighted.
  53.  
  54.     Step 3: Move the cursor to the end of the text to be copied and press 
  55. the space bar.  As the cursor moves, the selected text will be highlighted. 
  56.  
  57.     Step 4: Press Alt-C and the highlighted region will be copied into
  58. a buffer.
  59.  
  60. If one of the endpoints needs to be moved, Shift-Space Bar will free the
  61. endpoint nearest to the cursor and move it to the cursor's location.  The 
  62. cursor and be moved to a new location if desired.  Repeat Step 3 and 4 to 
  63. copy the text.
  64.  
  65.  
  66. To copy text using the mouse:
  67.     
  68.     Step 1: Enter scrollback mode by pressing the Scroll Lock key.
  69.  
  70.     Step 2: Move the cursor to the beginning of the text to be copied.
  71. Press and hold the left mouse button.
  72.  
  73.     Step 3:    Move the cursor to highlight the text region to be copied and 
  74. release the mouse button.
  75.  
  76.     Step 4: Press Alt-C and the highlighted region will be copied into
  77. a buffer.
  78.  
  79. If one of the endpoints needs to be moved, Shift-Left Mouse Button will free 
  80. the endpoint nearest to the cursor and change it to the cursor's location.
  81. The cursor can be moved to a new location.  Repeat Step 3 and 4 to copy 
  82. the text.
  83.  
  84. To retrieve the text from the buffer, exit out of scrollback mode and press 
  85. Alt-V.  The text in the buffer will be sent to the current session.  Caution
  86. should be used, for the host will react exactly as if the text had been entered
  87. from the keyboard.  Currently, there is a 32K limit on the size of the copy
  88. and paste buffer.
  89.  
  90.  
  91. 5) Drop into server mode after closing all sessions.
  92.  
  93.     When NCSA Telnet is invoked with the -s command line option, it will
  94. automatically enter the server mode when there are no open sessions.
  95.     
  96.  
  97. 6) Changes to the Parameter (Alt-P) menu.  
  98.  
  99.     The Parameter (Alt-P) menu has two new additions: options
  100. to enable/disable ftp and rcp independently, and enable/disable Line wrapping.
  101. A bug fix now allows one to cancel all changes by hitting the esc key.
  102.  
  103.  
  104. 7) New keystokes.
  105.  
  106.     Alt-V: Will copy text from a buffer onto the current session.
  107.  
  108.     Alt-C: In scrollback mode.  Copies highlighted text into a buffer.
  109.  
  110.     Alt-F: Formerly Alt-T.  Will initiate an ftp call back to your PC.  
  111. Changed to make both the Macintosh and PC versions more similar. 
  112.  
  113.  
  114. 8) New drivers.
  115.  
  116.     NCSA_Telnet now supports the following drivers:
  117.     
  118. Value            Ethernet Board            
  119. -----------------------------------------------------
  120. For the PC Bus,
  121. atalk        *Apple Talk
  122. packet        *Packet Driver 
  123. 3c501        3COM 3C501
  124. 3c503        *3COM 3C503
  125. pcnic        Ungermann-Bass PC-NIC
  126. wd8003        Western Digital WD8003E
  127. ni5210        MICOM NI5210
  128.  
  129. For PS/2 MCA bus,
  130. nicps/2        Ungermann-Bass NICps/2
  131. 3c523        3COM 3C523
  132. wd8003        *Western Digital WD8003EA
  133.  
  134. Boards with an asterisk by them indicate new for Release 2.3.
  135.  
  136.  
  137. 9) Keyboard mapper.
  138.  
  139.     The keyboard mapper can be initialized by using the "keyfile=<filename>"
  140. option in the config.tel file.  This is a ascii file that contains keyboard
  141. mapping information for NCSA Telnet.  For additional information about the
  142. keyboard mapping file format, please see the included file - 'keymap.txt'.
  143.